HTTPForm

Undocumented in source.

Constructors

this
this(string contype, Buffer body_)
Undocumented in source.

Members

Aliases

StringArray
alias StringArray = string[]
Undocumented in source.
TBuffer
alias TBuffer = Vector!(ubyte, Mallocator, false)
Undocumented in source.

Classes

FormFile
class FormFile
Undocumented in source.

Functions

fileKeys
string[] fileKeys()
Undocumented in source. Be warned that the author may not have intended to support it.
getFileValue
FormFile getFileValue(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getFromValue
string getFromValue(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getFromValueArray
StringArray getFromValueArray(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
readMultiFrom
void readMultiFrom(string brand, Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
readMultiftomPart
bool readMultiftomPart(Buffer buffer, ubyte[] boundary)
Undocumented in source. Be warned that the author may not have intended to support it.
readXform
void readXform(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

fileMap
FormFile[string] fileMap [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
formData
string[string] formData [@property getter]

Request body parameters ($_POST).

formData
string[string] formData [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
formMap
StringArray[string] formMap [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isVaild
bool isVaild [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ENDMYITLFORM
enum ubyte[2] ENDMYITLFORM;
Undocumented in source.
LRLN
enum ubyte[2] LRLN;
Undocumented in source.
_formData
string[string] _formData;
Undocumented in source.

Meta